home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 April: Technology Seed / Mac Tech Seed Apr '97.toast / Text Encoding Converter / Read Me First! next >
Encoding:
Text File  |  1997-03-12  |  1.9 KB  |  70 lines  |  [ttro/ttxt]

  1.  
  2.  
  3. Welcome to the seed of the Text Encoding Converter for Mac OS.  
  4.  
  5. The Text Encoding Converter (TEC) is a shared library for converting text between common character encoding standards, including Unicode 2.0, Mac OS, Windows, EUC, and ISO-8859 series.
  6.  
  7. The TEC works with both PowerPC and 68k Mac OS computers.  To use with 68k computers make sure you have the new CFM-68K Runtime Enabler v4.0 installed.  To install the TEC, place the shared library "Text Encoding Converter" into the Extensions folder and the "Text Encodings" folder into the System Folder.
  8.  
  9. Enclosed with this file you will find the following files:
  10.  
  11. • Text Encoding Converter
  12.  
  13. • Text Encodings:
  14.         Arabic Encodings
  15.         Central European Encodings
  16.         Chinese Encodings
  17.         Chinese Encodings Supplement
  18.         Cyrillic Encodings
  19.         Greek Encodings
  20.         Hebrew Encodings
  21.         Indic Encodings
  22.         Japanese Encodings
  23.         Korean Encodings
  24.         Symbol Encodings
  25.         Thai Encodings
  26.         Turkish Encodings
  27.         Unicode Encodings
  28.         Western Language Encodings
  29.  
  30. • Documentation:
  31.  
  32.         HLTEC ERS v.7.pdf
  33.         Text Encoding Reference.pdf
  34.         UnicodeConverter ERS;23.pdf
  35.  
  36. • Headers:
  37.         Errors.h
  38.         TextCommon.h
  39.         TextEncodingConverter.h
  40.         TextEncodingPlugin.h
  41.         Unicode.h
  42.         
  43. • Dummy Libraries:
  44.  
  45.         68k Libraries:
  46.                 TextCommon.68K
  47.                 TextEncodingConverter.68K
  48.                 UnicodeConverter.68K
  49.  
  50.         PPC Libraries:
  51.                 TextCommon
  52.                 TextEncodingConverter
  53.                 UnicodeConverter
  54.  
  55.  
  56. To get your code working you need to include the following compiler directives before you include the header files.
  57.  
  58.     #define FOR_SYSTEM7_AND_SYSTEM8_PREEMPTIVE 1
  59.     #define FOR_SYSTEM7_AND_SYSTEM8_COOPERATIVE 1
  60.  
  61.     #include "Unicode.h"
  62.     
  63. Note that the TEC has undergone significant changes since the previous seed that was released to developers in November, 1995.  If you have code that uses the previous seed version, it is likely that you will have to modify that code to use this new version.    
  64.     
  65.     
  66.  
  67. Good luck,
  68.  
  69. The Unicode Gang.
  70.